home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / share / internet / death / _SETUP.1 / Nuke'eM.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-06-05  |  737b  |  39 lines

  1. object Form2: TForm2
  2.   Left = 297
  3.   Top = 216
  4.   Width = 245
  5.   Height = 149
  6.   ActiveControl = Button1
  7.   BorderIcons = []
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'About'
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 56
  19.     Top = 32
  20.     Width = 129
  21.     Height = 41
  22.     BorderStyle = bsNone
  23.     Color = clBtnFace
  24.     Lines.Strings = (
  25.       '   Nuke'#39'eM version 1.0'
  26.       'By Hein Rutjes (Sadikuz)')
  27.     TabOrder = 0
  28.   end
  29.   object Button1: TButton
  30.     Left = 80
  31.     Top = 88
  32.     Width = 81
  33.     Height = 25
  34.     Caption = 'OK'
  35.     TabOrder = 1
  36.     OnClick = Button1Click
  37.   end
  38. end
  39.